Summary

public IMyConfig Config { get; }

Obtaining values from config is slow and can allocate memory! Do it only when necessary.

Returns

IMyConfig