public void Execute() { foreach (var method in Methods.GetInvocationList()) { Console.WriteLine(method.DynamicInvoke(15)); } }