/**
  * @return array
  */
 public function getBodyParams()
 {
     return Request::getBodyParams();
 }