IAsyncCommand<T>
An Async implementation of ICommand for Task
Returns true if the Command allows simultaneous executions
Returns true when the Command is currently executing. Returns false when the Command is not executing
Executes the Command as a Task
void RaiseCanExecuteChanged()
Raises the CanExecuteChanged event.