public void Apply(FooType k) { var t = k.Text + " apply"; }
public static void Foo(FooType f) { Console.WriteLine(f.ToString()); }