public PSLocationBasedServicesAccountSku(LocationBasedServicesModels.Sku sku)
 {
     this.Name = sku.Name;
     this.Tier = sku.Tier;
 }