/// <summary>
 /// Invokes the operation under test.
 /// </summary>
 /// <returns>
 /// The result of the operation.
 /// </returns>
 private Task <int> Act()
 {
     return(ZipUploadService.StoreJsonData(_requestArgument));
 }