public static void VoidStaticMethodWithTwoMessageParams(SimpleMessage message, DerivedSimpleMessage anotherMessage)
 {
 }
 public static int ReturningStaticMethodWithTwoMessageParams(SimpleMessage message, DerivedSimpleMessage anotherMessage)
 {
     return 0;
 }