protected internal Task OnCancelCommand() { return(Cancel.InvokeAsync(Item)); }
private async Task Close() { await Cancel.InvokeAsync(); }