namespace GetStartedApp.ViewModels; public class MainWindowViewModel : ViewModelBase { #pragma warning disable CA1822 // Mark members as static public string Greeting => "Welcome to asdf Avalonia!"; #pragma warning restore CA1822 // Mark members as static }