export interface Config {
    X_Token: string;
    X_MongodbURL: string;
    X_Prefix: string;
};