public async Task <T> Replace(int id, T collection) { return(await manager.ReplaceAsync(id, collection)); }