// constructor - creates the RestClient object
 public BulkPostcodeService()
 {
     CallManager     = new CallManager();
     BulkPostcodeDTO = new DTO <BulkPostcodeResponse>();
 }