namespace Hcs.WebApp.BackgroundServices.ResultGetters { public enum ResultGetterResponse { NotReady, Successful, Failed } }