public UnitOfWork(ChatContext context) { db = context; }
public PrivateMessageRepository(ChatContext db) { _db = db; }