public static bool GetIsExpire(IUsingStatus that) => that.Value <bool>("isExpire");
public static bool GetIsActive(IUsingStatus that) => that.Value <bool>("isActive");