public Observation GetByIdObserver(AuthUser authUser, string id)
 {
     return(_observationService.GetByIdObserver(authUser, id));
 }