(Guid thing, CancellationToken cancellationToken)
| 272 | } |
| 273 | |
| 274 | public Task<Guid> testUuid(Guid thing, CancellationToken cancellationToken) |
| 275 | { |
| 276 | logger.Invoke("testUuid({0})", thing.ToString("B")); |
| 277 | return Task.FromResult(thing); |
| 278 | } |
| 279 | |
| 280 | public Task<Xtruct> testStruct(Xtruct? thing, CancellationToken cancellationToken) |
| 281 | { |
no test coverage detected