<?xml version="1.0" encoding="utf-8"?>
<Results xmlns="http://tempuri.org/XMLSchema.xsd">
  <CertificateNumber>EE12345678</CertificateNumber>
  <FEIN>123456789</FEIN>
  <ExemptionStartDate>2018-01-01</ExemptionStartDate>
  <ExemptionEndDate>2020-12-31</ExemptionEndDate>
  <ExemptionIsActive>true</ExemptionIsActive>
  <ServiceLocation>
    <Name>Name1</Name>
    <Street>Street1</Street>
    <UnitType>#</UnitType>
    <Unit>Unit1</Unit>
    <Zip>Zip1</Zip>
    <County>County1</County>
    <State>MA</State>
    <Country>USA</Country>
  </ServiceLocation>
  <ServiceLocation>
    <Name>Name2</Name>
    <Street>Street2</Street>
    <UnitType>APT</UnitType>
    <Unit>Unit2</Unit>
    <Zip>Zip2</Zip>
    <County>County2</County>
    <State>MA</State>
    <Country>USA</Country>
  </ServiceLocation>
  <ServiceLocation>
    <Name>Name3</Name>
    <Street>Street3</Street>
    <UnitType>BLDG</UnitType>
    <Unit>Unit3</Unit>
    <Zip>Zip3</Zip>
    <County>County3</County>
    <State>MA</State>
    <Country>USA</Country>
  </ServiceLocation>
</Results>