public char GetDirectorySeparatorCharForPlatform(Platform platform)
        {
            var output = DirectorySeparator.GetDirectorySeparatorCharForPlatform(platform);

            return(output);
        }