public async Task <QueryResult <Material> > FindAsync(MaterialsQuery query) { return(await _materials.FindAsync(query)); }