public StatisticsPageViewModel(IStatisticsServiceClient statisticsServiceClient)
 {
     _statisticsServiceClient = statisticsServiceClient;
 }
 public StatisticsProvider(IProviderClient providerClient,
                           IStatisticsServiceClient statisticsServiceClient)
 {
     _providerClient          = providerClient;
     _statisticsServiceClient = statisticsServiceClient;
 }
		public StatisticsPageViewModel(IStatisticsServiceClient statisticsServiceClient)
		{
			_statisticsServiceClient = statisticsServiceClient;
		}