public async void GetColumns_ReturnsColumns() { // Act var result = controller.GetColumns().Result.Value; // Assert Assert.NotEmpty(result); }