public ITascTarget Do(Tasc tasc) { throw new NotImplementedException(string.Format("The TascTarget \"{0}\" has not been defined yet", Name)); }
public ITascTarget Do(Tasc tasc) { _tascs.Add(tasc); return(this); }