public static async Task <bool> TryGetCurrentUserDriveAsync() { string driveId = await UserSnippets.GetCurrentUserDriveAsync(); return(driveId != null); }