switchAppId method
Implementation
@override
BackgroundEntity switchAppId({required String newAppId}) {
  var newEntity = copyWith();
  return newEntity;
}@override
BackgroundEntity switchAppId({required String newAppId}) {
  var newEntity = copyWith();
  return newEntity;
}