export function transformArguments(key: string, items: Array<string>): Array<string> {
    return ['BF.MEXISTS', key, ...items];
}