export class [ClassName]Meta {
    static readonly key: string = '[apiName]'
    static readonly channels = {
        get[ApiTag]: `${this.key}:get[ApiTag]`,
        set[ApiTag]: `${this.key}:set[ApiTag]`
        // ...
    }
}