public function missingMethod($parameters = array())
 {
     return ApiResponse::errorNotFound('Sorry, no method found');
 }