factory GpApiResponse.error(String message, {int? statusCode}) { return GpApiResponse._(error: message, statusCode: statusCode); }