var webApi = ctx.Use<IWebApi>(); var queryString = webApi.GetQueryString();
IDictionary<string, IEnumerable<string>> GetQueryString()