RequestEvent public class RequestEvent : Event The event that is published in case of new request. Documentation Code public Request Request { get; } Gets the transmitted request. public IResponse Response { get; } Gets the received response. public RequestEvent(Request request, IResponse response) Creates a new event for a request.