public async void Insert_Gateway_Inserts_Element() { var gatewayResult = await service.AddGateway(gatewayDto); Assert.Null(gatewayResult.Messages); }