public IDictionary GetSmallGroupCategoryInformation(string authorization, int categoryID)
        {
            CoreRpc rpc = new CoreRpc(authorization);

            return((IDictionary)JsonConverter.EncodeObject(rpc.GetSmallGroupCategoryInformation(categoryID)));
        }
        public IDictionary GetSmallGroupCategoryInformation(string authorization, int categoryID)
        {
            CoreRpc rpc = new CoreRpc(authorization);

            return (IDictionary)JsonConverter.EncodeObject(rpc.GetSmallGroupCategoryInformation(categoryID));
        }