public static ReadOnlyMaskableGraphic AsReadOnly(this MaskableGraphic self) => self.IsTrulyNull() ? null : new ReadOnlyMaskableGraphic(self);