public object Clone() { return(new TableQueryAsync <T>( _innerQuery.Clone() as TableQueryBridge <T>, _db, _taskScheduler, _taskCreationOptions)); }