public void Post(Thingy theThing)
 {
     Console.WriteLine(theThing.ToString());
 }