export interface GetInstrumentRequest {
    InstrumentId: number;
}
