public IEnumerable <DataItem> ReturnLoadedData(string[] sanitisedData) { return(_fileLoader.LoadData(sanitisedData)); }