namespace Products.Backoffice.Models; public class ErrorViewModel { public int StatusCode { get; set; } public string OriginalPath { get; set; } }