public static SCExploreCategory Create(SCExploreCategoryType exploreCategoryType)
 {
     return(new SCExploreCategory
     {
         Type = exploreCategoryType
     });
 }
 public static string GetValue(this SCExploreCategoryType scExploreCategoryType)
 {
     return(exploreCategoryMap[scExploreCategoryType]);
 }