public void Ctor_ThrowsArgumentNull_Property() { // Arrange & Act & Assert ExceptionAssert.ThrowsArgumentNull(() => new FastPropertyAccessor <MyProps>(null), "property"); }