private void LastError(Exception ex)
 {
     _lastResult = new InternalResult {Exception = ex, Success = ex == null};
     Trace.WriteLine(ex);
 }