public string GetString()
        {
            var propertyInformation = PropertyInfoAdapter.Create(_propertyRule.GetPropertyInfo());
            var typeInformation     = TypeAdapter.Create(_typeToValidate);

            var localizedPropertyName = _globalizationService.GetPropertyDisplayName(propertyInformation, typeInformation);

            return(localizedPropertyName);
        }