namespace BeautySalonDataModels.Models { public interface IClientModel : IId { string ClientFIO { get; } string PhoneNumber { get; } } }