public bool TryGetValue(out T propertyValue)
 {
     return(m_propertyStore.TryGetValue(m_propertyName, out propertyValue));
 }