namespace BeautySaloonDataModels { public interface IServiceModel { int Id { get; } string Name { get; } decimal Price { get; } } }