@override PayEntity switchAppId({required String newAppId}) { var newEntity = copyWith(appId: newAppId); return newEntity; }