private static uint ComposeRawValue(bool value)
 {
     return(PropertyValue.GetRawType(PropertyType.Bool) | (value ? 1u : 0u));
 }