/// <summary> /// Check if user has DOK-editor role. /// </summary> /// <returns></returns> public bool IsDokEditor() { return(_userAuthorization.IsDokEditor()); }