public static async Task <OneDriveInfoResult> GetFolderInFolder(this LiveConnectClient client, string desiredFolderName, string rootFolderId = RootFolderName)
 {
     return(await client.GetFolderInFolder(desiredFolderName, rootFolderId, CancellationToken.None));
 }