Service copyWith({ String? callbackUrl, }) => Service( callbackUrl: callbackUrl ?? this.callbackUrl, );