namespace StudentEnrollmentDataModels { public interface IId { long Id { get; } } }