namespace BeautySalonDataModels.Models { public interface IServiceModel : IId { string ServiceName { get; } double Cost { get; } } }