Compilation error (line 12, col 36): The type or namespace name 'IRepository' could not be found (are you missing a using directive or an assembly reference?)
Compilation error (line 20, col 37): The type or namespace name 'IRepository' could not be found (are you missing a using directive or an assembly reference?)
Compilation error (line 46, col 63): The type or namespace name 'CancellationToken' could not be found (are you missing a using directive or an assembly reference?)
Compilation error (line 46, col 18): The type or namespace name 'Task' could not be found (are you missing a using directive or an assembly reference?)
Compilation error (line 74, col 68): The type or namespace name 'CancellationToken' could not be found (are you missing a using directive or an assembly reference?)
Compilation error (line 74, col 18): The type or namespace name 'Task' could not be found (are you missing a using directive or an assembly reference?)
Compilation error (line 95, col 59): The type or namespace name 'CancellationToken' could not be found (are you missing a using directive or an assembly reference?)
Compilation error (line 95, col 18): The type or namespace name 'Task' could not be found (are you missing a using directive or an assembly reference?)