protected override PropertyType FindExisting()
 {
     return(propertyCollection?.SingleOrDefault(p => p.Alias == Configuration.Alias));
 }