export interface INameGiver {
    name: string;
    fqName: string;
}
