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