protected override void Handle(object inArg, out object outArg) { outArg = null; _command.InvokeAsync().DoNotWait(); }