public async Task PostShowTest() { var result = await _controller.PostShow(new ShowItem()); Assert.IsNotNull(result); }