public override Task Run(Command command) { return(_shell.CloseDocumentAsync(_shell.ActiveItem)); }
public override Task Run(Command command) { return(_shell.CloseDocumentAsync(_shell.ActiveItem, CancellationToken.None)); }