private void GetUserIdFromUsernameDelegate(params object[] methodParams) { manager.GetUserIdFromUserName((string)methodParams[0]); }