public async Task getShiftTest() { var shift = await shiftController.GetShift(1); shift.Should().NotBeNull(); shift.id.Should().Be(1); shift.GetType().Should().Be(typeof(S)); }