public delegate void TestDelegate(string message);
public delegate int TestDelegate(MyType m, long num);