public IdentifiableDTO <MedicationsDTO> GetById(Guid id) => CreateDTOFromMedications(_medicationsRepository.GetById(id));