public void TestFromNullJson() { NEP6Contract nep6Contract = NEP6Contract.FromJson(null); nep6Contract.Should().BeNull(); }