public async Task TestCallMoveDriveItemAsync()
        {
            OneDriveApi oneDriveApi = new OneDriveApi(graphClient);
            bool        result      = await oneDriveApi.CallMoveDriveItemAsync();

            Assert.IsTrue(result);
        }