/// <inheritdoc />
 public Task FulfillAsync(ResponseData response) => throw new NotImplementedException();
Beispiel #2
0
 /// <inheritdoc cref="IRequest.RespondAsync(ResponseData)"/>
 public Task RespondAsync(ResponseData response)
 {
     throw new NotImplementedException();
 }