public override void Execute(ActionExecutionContext context)
 {
     new Action(() => _busyIndicator.Start()).OnUIThread();
     OnCompleted();
 }