private void Boot() { _boot = new AppBoot(); }
public TrayCallbacks([NotNull] AppBoot appBoot) { _boot = appBoot ?? throw new ArgumentNullException(); }