// public
export interface DomainContext
{
    readonly userId: string;
}