/**
  * @return array
  */
 protected function formatFormData()
 {
     return ['prefix' => $this->application->getCountry()->getPrefix(), 'pattern' => $this->application->getCountry()->getPattern(), 'routeId' => $this->processRouteId, 'appId' => $this->application->getId()];
 }