export interface IRequestDto { readonly serviceType: string; readonly serviceCommand: string; maskedLog: string; }