using ReactiveUI; namespace ServiceLib.Base; public class MyReactiveObject : ReactiveObject { protected static Config? _config; protected Func>? _updateView; }