protected string GetModelSpecsUrl(string model) { if (handSets == null) { InitializeDataStruct(); } return(handSets.GetSpecsUrl(model)); }