namespace HospitalDataModels.Models { public interface ITreatmentModel : IId { string Name { get; } Dictionary TreatmentProcedures { get; } } }