public override bool Execute() { if (!string.IsNullOrEmpty(Input)) { Items = Input.Split(Separators.ToCharArray()); } return(true); }