I can call Get(Stat); or Get(Name);
Get(Stat);
Get(Name);
But when compiling I get:
Cannot implicitly convert typ
It looks like you need a TypeConverter, see this blog entry.
TypeConverter