export abstract class HashService {
    // Example of domain service file
    // abstract generate(password: string): Promise<string>
}