namespace WIDESEAWCS_Server.HostedService { public class WarehouseHostedService : IHostedService { public Task StartAsync(CancellationToken cancellationToken) { throw new NotImplementedException(); } public Task StopAsync(CancellationToken cancellationToken) { throw new NotImplementedException(); } } }