namespace StudentEnrollmentDataModels.Models { public interface IFacultyModel : IId { string FacultyName { get; } } }