public System.Threading.Tasks.Task<EmployeeList.GetRecIdFromKey_Result> GetRecIdFromKeyAsync(string Key)
 {
     EmployeeList.GetRecIdFromKey inValue = new EmployeeList.GetRecIdFromKey();
     inValue.Key = Key;
     return ((EmployeeList.employeelist_Port)(this)).GetRecIdFromKeyAsync(inValue);
 }
 System.Threading.Tasks.Task<EmployeeList.GetRecIdFromKey_Result> EmployeeList.employeelist_Port.GetRecIdFromKeyAsync(EmployeeList.GetRecIdFromKey request)
 {
     return base.Channel.GetRecIdFromKeyAsync(request);
 }