public void With_unversioned_media_type_can_get_command_type()
        {
            _sut.Add("command", typeof(Command));

            _sut.GetMediaType(typeof(Command))
            .ShouldBe("application/vnd.command+json");
        }