protected virtual void PushToFilter(CommandBase command)
 {
     Task.Factory.StartNew(() => DoPushToFilter(command));
 }