protected override Func <Redirector> GetEntityById(long id)
 {
     return(() => _redirectorService.GetRedirectorById(id));
 }