namespace CandidateReviewDataModels.Models { public interface ICriterionModel : IId { string Name { get; } } }