public FileThemeViewLocator(string baseDirectoryPath)
        {
            this._baseDirectoryPath = baseDirectoryPath;

            this.ViewLocations = new[] { "layout", "templates", "snippets", "assets" };

            ViewLocationCache = new FileViewLocationCache();
        }
        public FileThemeViewLocator(string baseDirectoryPath)
        {
            this._baseDirectoryPath = baseDirectoryPath;

            this.ViewLocations = new[] { "layout", "templates", "snippets", "assets" };

            ViewLocationCache = new FileViewLocationCache();
        }