namespace SushiBarDataModels.Models { public interface ICook : IId { string Fio { get; } DateTime EmploymentDate { get; } } }