protected WikiDownApiControllerBase(IDocumentStore documentStore = null)
        {
            this.DocumentStore = documentStore ?? MvcApplication.DocumentStore;

            this.userManagerLazy = UserManagerHelper.GetLazy(this.DocumentStore);
        }