export interface ConfigurationFile {
    server: string;
    identonym: string;
    key: string;
    token: string;
}
