public async Task <string> GetBodyProperties()
        {
            var list = await _componentService.GetProperties("body");

            return(FormatProperties(list));
            //return await Task.Run(() => { return _localizer["body"].Value; });
        }