public async Task Delete(Guid guid)
 {
     await _RestClient.DeleteTask(guid);
 }