public void IsJSendResponse(SuccessResponse response) { // Exercise system and verify outcome response.Should().BeAssignableTo <IJSendResponse>(); }