[Fact]
public async Task QaTrackUrls_Should_Connect() {
var context = new QaTrackContext();
//var property = typeof(IModelBase).GetProperty("RequestUrl").GetValue(model).ToString();
var result = await context.GetAsync<ServiceEventModel>(ServiceEventsModel.RequestUrl);
Assert.True(result.IsSuccess);
}
[Fact]
public async Task QaTrackUrls_Should_Connect() {
var context = new QaTrackContext();
//var property = typeof(IModelBase).GetProperty("RequestUrl").GetValue(model).ToString();
var result = await context.GetAsync<ServiceEventModel>(ServiceEventsModel.RequestUrl);
Assert.True(result.IsSuccess);
}