*/ public function capabilities(): array; /** * @template TResult * @param CommandInterface $command * @return TResult */ public function perform(CommandInterface $command): mixed; }