public RedirectController(RedirectPathContext context, IConfiguration configuration) { _businesslogic = new RedirectPathBL(context, configuration); }