public void SetValue(ref SerializedObjectView container, TElementValue value) => throw new InvalidOperationException("Property is ReadOnly");
 public TElementValue GetValue(ref SerializedObjectView container) => m_Value;