export interface IUriAuthority {
    user: string;
    password?: string;
}
