public Wiki(string baseUri = null, string apiPath = null) { m_info = new WikiInfo(baseUri, apiPath); Query = new QueryAction(m_info); }