Unity SDK ApiClient bug

There seems to be a bug in ApiClient.cs with parameter “queryParams” of function CallApi.
This parameter can be and is called with “null” value.
And first thing that is done in this function is :

if (queryParams.Count > 0)

leading to an exception.