private async void Load() { await _fontService.LoadAvailableFonts(); Fonts = _fontService.Fonts.Keys.ToList(); Font = Fonts.FirstOrDefault(); }