export interface GetProductRequest {
  ProductId: number;
}
