public async Task <bool> DisableById(int id, CancellationTokenSource token)
 {
     return(await Repository.DisableById(id, token));
 }