public TwitterStatusService(IHttpRequestResponse httpRequestResponse, IOAuthCreationService oAuthCreationService,
                             IMapStatus mapStatus, IAnalyzeStatusesService analyzeStatusesService)
 {
     _httpRequestResponse    = httpRequestResponse;
     _oAuthCreationService   = oAuthCreationService;
     _mapStatus              = mapStatus;
     _analyzeStatusesService = analyzeStatusesService;
 }
 public TwitterStatusService(IHttpRequestResponse httpRequestResponse, IOAuthCreationService oAuthCreationService,
                             IMapStatus mapStatus, IAnalyzeStatusesService analyzeStatusesService)
 {
     _httpRequestResponse = httpRequestResponse;
     _oAuthCreationService = oAuthCreationService;
     _mapStatus = mapStatus;
     _analyzeStatusesService = analyzeStatusesService;
 }