public async Task <UpdateResult> UpdateManyAsync <T>(Expression <Func <T, bool> > expression, UpdateDefinition <T> updateDef, IMongoDBStateContext stateContext = null) where T : class { return(await context.UpdateManyAsync <T>(expression, updateDef, stateContext)); }