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