public bool HasProperty <T>([CallerMemberName] string propertyName = null) { return(_baseConfiguration.HasProperty <T>($"{_className}.{propertyName}")); }
public bool HasProperty <T>([CallerMemberName] string propertyName = null) { return(_currentBacking.HasProperty <T>(propertyName)); }