public override void Load() { this.Bind <ICommonRepository <IPlan> >().To <PlanXmlRepository>().WithConstructorArgument("path", IocHelper.GetCurrentDirectory()).WithConstructorArgument("isForce", IocHelper.IsForcePath()); }