NoNetworkModeHandler
Custom HTTP message handler to simulate an "offline mode" (no-network mode) for network requests. 
            It can be used to intercept all outgoing HTTP requests and returns a predefined response indicating that the
            application is offline.
            
public NoNetworkModeHandler()