private async Task UpdateStyle()
        {
            _style.Title         = Title;
            _style.MotherCountry = MotherCountry;
            _style.Era           = Era;

            await _stylesManager.UpdateStyle(_style);

            _customNavigationService.NavigateTo(PageKeys.StyleMain);
        }