suspend fun CommandRegistry.registerCommandAwait(command: Command): Command
Register a command
command - the command to register
command
Return a reference to this, so the API can be used fluently *