public static bool IsTrueWornOut(this Durability @this, MinionResume resume = null)
 {
     return(@this.GetTrueDurability(resume) <= 0f);
 }