public object Query(IInputData input, string id)
 {
     return(ServiceAccount.GetAccount(id));
 }