namespace MxGateway.Worker.Bootstrap; public interface IWorkerEnvironment { string? GetEnvironmentVariable(string name); }