protected HttpRequestCommand(ICommand command)
 {
     _command = command;
     command.CanExecuteChanged += (sender, args) => CanExecuteChanged.InvokeSafely(sender, args);
 }