public bool Load() { IEnumerable <T> inputCollection = _input.GetData <T>(); return(_output.UpdateData(inputCollection)); }