In the .NET Core version the following is missing to use pass multiple queries into a single call ``` public Task<List<Serie>> QueryAsync(string database, List<string> queries); ```
In the .NET Core version the following is missing to use pass multiple queries into a single call