public void ShouldSetMessage() { var subject = new SdkNotFoundException("TESTING"); Assert.That(subject.Message, Contains.Substring("TESTING")); }