namespace Hcs.WebApp.BackgroundServices.DataParsers { public interface IDataParser { Task ParseAsync(); } }