export interface IMongoDescriptor { connectionUrl: string; password: string; database: string; }