export interface IDocumentRequest {
    guid: string;
}
