Trying to get a post with more than 5 tags...
var booru = new BooruSharp.Booru.SankakuComplex();
booru.Auth = new BooruSharp.Booru.BooruAuth("login", "pwHash");
var post = await booru.GetRandomPostAsync(tags).ConfigureAwait(false);
And getting this error:

Login and password are taken from here:
