/// Allows a DNS App to process the response generated by the DNS server for a given request. This method is called by the DNS Server after a response is generated before being sent to the client. Response returned by this method may be processed by another DNS app performing post processing.
/// <param name="response">The DNS response that was generated by the DNS server for the received DNS request or from another DNS app that performed post processing.</param>
/// <returns>The DNS response that the DNS server should send to the client or <c>null</c> to drop the DNS request.</returns>