/**
  * @param $gateway
  * @param $mapper
  *
  * @return SchemaService
  */
 protected function getSchemaService($gateway, $mapper)
 {
     return $this->container->resolve('Infrastructure\\Services\\Schema', [$gateway, $mapper]);
 }