public void CreateBadInputTest()
 {
     Assert.Throws <ArgumentNullException>(() => _controller.Post(null));
 }