using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace CoviDok.Api.Request
{
public class ImageGet
public string SessionID { get; set; }
public string ImageID { get; set; }
}