public static function execute(ContainerInterface $container)
 {
     $migration = new self($container);
     $migration->goForIt();
 }