public interface IMappings { public Dictionary mappings { get; } public double GetHealingMultiplier(int itemType); }