public String getProfileActivityId(Profile profile, AttachedActivityType type) {
   return storage.getProfileActivityId(profile, type);
 }