Inheritance: Livet.NotificationObject
 private static bool IsMegami(this ShipSlotData info)
 {
     return(info?.Source?.Id == 43);
 }
 private static bool IsDamecon(this ShipSlotData info)
 {
     return(info?.Source?.Id == 42);
 }