namespace Hcs.WebApp.BackgroundServices.ResultGetters { public interface IResultGetter { Task GetAsync(); } }