\CayciV2Bot\CayciV2Bot\Models\ErrorViewModel.cs

Return Back
namespace CayciV2Bot.Models
{
public class ErrorViewModel
{
public string RequestId { get; set; }

public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
}
}