public FileContent GetContent(string token, string typeNamedId, string function, string version, int titleIndex)
 {
     return(diadoc.GetContent(token, typeNamedId, function, version, titleIndex));
 }