public override System.Threading.Tasks.Task <System.Web.Mvc.ActionResult> SendEmail(eShop.WebApplication.DomainClasses.IdentityViewModel.SendEmailProfileViewModel sendEmail)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.SendEmail);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "sendEmail", sendEmail);
            SendEmailOverride(callInfo, sendEmail);
            return(System.Threading.Tasks.Task.FromResult(callInfo as ActionResult));
        }
 partial void SendEmailOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, eShop.WebApplication.DomainClasses.IdentityViewModel.SendEmailProfileViewModel sendEmail);