Config
Summary
public IMyConfig Config { get; }
Obtaining values from config is slow and can allocate memory! Do it only when necessary.
public IMyConfig Config { get; }
Obtaining values from config is slow and can allocate memory! Do it only when necessary.