public static void GetPptDocument() { string name = "getPptDocument.pptx"; string password = null; string storage = null; string folder = "input"; var response = documentApi.GetPptDocument(name, password, storage, folder); }