export interface IHistoryRequest {
    guid: string;
    date: string;
}
