public static ShipTypeCategory ToShipTypeCategory(this ShipType shipType)
 {
     return(shipType.ToShipTypeGroup().ToShipTypeCategory());
 }