public override System.Threading.Tasks.Task <System.Web.Mvc.ActionResult> UserProfile(Iris.Web.ViewModels.Identity.ProfileViewmodel userprofile)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.UserProfile);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "userprofile", userprofile);
            UserProfileOverride(callInfo, userprofile);
            return(System.Threading.Tasks.Task.FromResult(callInfo as ActionResult));
        }
 partial void UserProfileOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Iris.Web.ViewModels.Identity.ProfileViewmodel userprofile);