public static bool IsPlayerFaction(this IMyFaction faction)
 {
     return(!faction.IsNpc());
 }