/// <summary>
        /// Gets the response.
        /// </summary>
        public ResourceResponse GetResponse()
        {
            ResourceStrategyController controller = new ResourceStrategyController(ResourceStrategyType);
            ResourceResponse           response   = controller.GetResponse(Uri, NetworkResourceArguments);

            return(response);
        }
 /// <summary>
 /// Initializes the Network Resource Library and the supporting objects
 /// </summary>
 public void Initialize()
 {
     // Initialize our resource strategies
     ResourceStrategyController.Initialize();
 }