Gets the folder the change applies to. Folder is null when ChangeType is equal to
ChangeType.Delete. In that case, use the FolderId property to retrieve the Id of
the folder that was deleted.
Implementation
core.Folder? get Folder => this.ServiceObject as core.Folder?;