using System; using System.Collections.Generic; using MethodMap = System.Collections.Generic.Dictionary; namespace TOOHUCardAPI.Data.Services { public class MethodMapService { public static readonly Dictionary MethodMapByType = new(); } }