/// <summary>
 /// Updates the specified TestType using PATCH.
 /// </summary>
 /// <param name="testTypeToUpdate">The TestType to update.</param>
 /// <returns>The updated TestType.</returns>
 public System.Threading.Tasks.Task <TestType> UpdateAsync(TestType testTypeToUpdate)
 {
     return(this.UpdateAsync(testTypeToUpdate, CancellationToken.None));
 }