public void Initialize()
 {
     _executionDictionary = CreateExecutionDictionary();
     _responseCache       = CreateResponseCache();
 }