public string GetHttpHomePath()
        {
            NameParser parser = new NameParser {
                Host = this.Host, IsFolderPath = true
            };

            HttpHomePath = parser.RemovePrefixes(HttpHomePath);
            return(parser.Convert(HttpHomePath));
        }