public PageRequestFlow(IFrontPageService frontPageService) { _frontPageService = frontPageService; }
public HomeController(IFrontPageService service) { this.service = service; }