namespace Assets.Common
{
    public class CommonSiteProperties
    {
        public const string Height = "Common.Height";
    }
}