public void About_String_Returned() { // arrange // act var about = Api.About(); // assert about.Should().Be("rust_ffi"); }