/**
  * @param Certification $certification
  *
  * @return bool
  */
 public function process(Certification $certification)
 {
     $this->createForm($certification->getContext(), ['certification' => $certification]);
     return $this->handle('POST');
 }