export enum BaseMagnification {
    Standard = 'Standard',
    X1_5 = 'X1_5'
}