For example something like this:```cs Dictionary<string, method> test = new Dictionary<string, method>(); test.add("Something", MyMethod()); ```