public Attack(string url, string mode, int time, int id) { Mode = AttackHelper.StringToAttackType(mode); Url = url; Time = time; Id = id; }