using Microsoft.Extensions.Hosting; namespace MalwareMultiScan.Api.Services.Interfaces { public interface IReceiverHostedService : IHostedService { } }