public async Task <ProfileMedication> AddAsync(string firebaseId, ProfileMedication profileMedication)
 {
     throw new System.NotImplementedException();
 }
 public ProfileMedication Update(string firebaseId, ProfileMedication profileMedication)
 {
     throw new System.NotImplementedException();
 }
        public ProfileMedication Add(string firebaseId, ProfileMedication profileMedication)
        {
            // var x = _profileMedicationDataService.Add(profileMedication);

            throw new System.NotImplementedException();
        }