private void AddGhostData(InputStream input) { if(input == null || input.Count == 0) { return; } input.Trim(); ghostData.Add(input); }