namespace HospitalDataModels.Models { public interface IApothecaryModel : IId { string Login { get; } string Password { get; } } }