public void WhenRequestIsEmpty_ApiThrowsException()
 {
     Assert.Catch <ArgumentNullException>(() => _controller.Transform(null));
 }