public static string GetFoldoutKey(AssetBundleServerType serverType, Platform platform)
 {
     return(string.Format("{0}.{1}.{2}", GetFoldoutKey(), serverType.ToString(), platform.ToString()));
 }