public Response <ContactAllergyDetailsViewModel> GetAllergyDetails(long contactAllergyID, Int16 allergyTypeID) { return(_allergyRepository.GetAllergyDetails(contactAllergyID, allergyTypeID)); }