public void WriteJsonThrowsNotImplementedException()
 {
     Assert.Throws <NotImplementedException>(() => _converter.WriteJson(null, null, null));
 }