public List <string> ProcessData() { return(_storageBroker.GetAllData() .Select(item => item.ToUpper()) .ToList()); }