public MainViewModel() { TextColor = ColorHandler.Convert(ColorEnum.Green); BackgroundColor = ColorHandler.Convert(ColorEnum.Blue); ViewBackgroundColor = ColorHandler.Convert(ColorEnum.White); }