public System.Threading.Tasks.Task <System.Nullable <double> > GetPfEmployerContribSofarAsync(ExecuteAutoEmployee.PFServiceClient.Employee employee)
 {
     return(base.Channel.GetPfEmployerContribSofarAsync(employee));
 }
 public System.Threading.Tasks.Task <bool> IsPfEligibleAsync(ExecuteAutoEmployee.PFServiceClient.Employee employee)
 {
     return(base.Channel.IsPfEligibleAsync(employee));
 }
 public System.Nullable <double> GetPfEmployerContribSofar(ExecuteAutoEmployee.PFServiceClient.Employee employee)
 {
     return(base.Channel.GetPfEmployerContribSofar(employee));
 }
 public bool IsPfEligible(ExecuteAutoEmployee.PFServiceClient.Employee employee)
 {
     return(base.Channel.IsPfEligible(employee));
 }