public static bool CancelAttack(int cancelAttackTime, string zoneId)
 {
     return(ZoneAccess.CancelAttack(cancelAttackTime, zoneId));
 }