function containerize_command(Container $container, Command $command)
{
    if ($command instanceof Command) {
        $command->setContainer($container);
    }
    return $command;
}
 public function __construct()
 {
     parent::__construct();
 }