/// <summary>
 /// Initializes a new instance of the <see cref="RateCenterResponse" /> class.
 /// </summary>
 /// <param name="Id">Id.</param>
 /// <param name="Name">Name.</param>
 /// <param name="AlternateName">AlternateName.</param>
 /// <param name="AreaName1">AreaName1.</param>
 /// <param name="Geometry">Geometry.</param>
 /// <param name="AreaCodeInfoList">AreaCodeInfoList.</param>
 /// <param name="MatchedAddress">MatchedAddress.</param>
 /// <param name="Match">Match.</param>
 /// <param name="County">County.</param>
 /// <param name="Count">Count.</param>
 /// <param name="ProductCode">ProductCode.</param>
 public RateCenterResponse(string Id = null, string Name = null, string AlternateName = null, string AreaName1 = null, Geometry Geometry = null, List <AreaCodeInfo> AreaCodeInfoList = null, MatchedAddress MatchedAddress = null, Match Match = null, County County = null, int?Count = null, string ProductCode = null)
 {
     this.Id               = Id;
     this.Name             = Name;
     this.AlternateName    = AlternateName;
     this.AreaName1        = AreaName1;
     this.Geometry         = Geometry;
     this.AreaCodeInfoList = AreaCodeInfoList;
     this.MatchedAddress   = MatchedAddress;
     this.Match            = Match;
     this.County           = County;
     this.Count            = Count;
     this.ProductCode      = ProductCode;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="PSAPResponse" /> class.
 /// </summary>
 /// <param name="FccId">FccId.</param>
 /// <param name="Type">Type.</param>
 /// <param name="Count">Count.</param>
 /// <param name="Agency">Agency.</param>
 /// <param name="Phone">Phone.</param>
 /// <param name="County">County.</param>
 /// <param name="Coverage">Coverage.</param>
 /// <param name="ContactPerson">ContactPerson.</param>
 /// <param name="SiteDetails">SiteDetails.</param>
 /// <param name="MailingAddress">MailingAddress.</param>
 public PSAPResponse(string FccId = null, string Type = null, int?Count = null, string Agency = null, string Phone = null, County County = null, Coverage Coverage = null, ContactPerson ContactPerson = null, SiteDetails SiteDetails = null, MatchedAddress MailingAddress = null)
 {
     this.FccId          = FccId;
     this.Type           = Type;
     this.Count          = Count;
     this.Agency         = Agency;
     this.Phone          = Phone;
     this.County         = County;
     this.Coverage       = Coverage;
     this.ContactPerson  = ContactPerson;
     this.SiteDetails    = SiteDetails;
     this.MailingAddress = MailingAddress;
 }