public GDPRFilter(IMaxMindService iMaxMindService)
 {
     _iMaxMindService = iMaxMindService;
 }
 public HomeController(IMaxMindService iMaxMindService)
 {
     _iMaxMindService = iMaxMindService;
 }