Using Office.js, I want to create an Add-in ribbon button that opens a new presentation and populates that new presentation with 10 slides when it opens. I am able to create a new presentation using PowerPoint.createPresentation();, but this doesn't return any type of object that would give me access to the new presentation so that I can add the slides to it. How do I get access to the new presentation?