public void Post_NullTeamIsPassed_ReturnsValue()
        {
            var api = new ValuesController();

            api.Post(new Team());
        }