public CensusQuery(ICensusClient censusClient, string serviceName)
        {
            _censusClient = censusClient;

            ServiceName = serviceName;
        }
 public CensusQueryFactory(ICensusClient censusClient)
 {
     _censusClient = censusClient;
 }