public DeleteResult DeleteMany <T>(Expression <Func <T, bool> > expression, IMongoDBStateContext stateContext = null) where T : class { return(context.DeleteMany <T>(expression, stateContext)); }