public IServiceProperty GetProperty(string key)
 {
     return(ServiceProperties.ContainsKey(key) ? ServiceProperties[key] : _darthVader.GetProperty(key));
 }
 public IServiceProperty GetProperty(string key)
 {
     return(ServiceProperties.ContainsKey(key) ? ServiceProperties[key] : null);
 }