Yury Arutyunov

Results 1 comments of Yury Arutyunov

the only way i could get around this issue is to do this: ```cs //request.Should().NotBeNull(); if (request == null) throw new InvalidOperationException("Request is null"); ```