This issue comes from feedback from a user
Now Omnilock pattern decorator should work with LockPattern decorator. It can be simplified by passing omnilock into LockPattern.
@ActorProvider({ ref: { name: 'omnilock', path: `/:args/` } })
@LockPattern()
@DataPattern('0x')
@Omnilock()