public void GetNotificationPreferences()
 {
     GetNotificationPreferencesCall api = new GetNotificationPreferencesCall(this.apiContext);
     // Make API call.
     api.Execute();
     // Save result.
     TestData.NotificationPreferencesResponse = (GetNotificationPreferencesResponseType)api.ApiResponse;
 }