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