namespace BeautySaloonDataModels.Models { public interface IServiceModel { int Id { get; } string Name { get; } double Price { get; } } }