public UserTokenRepository(IDropbox2EolContext context)
        {
            if (context == null) throw new ArgumentNullException("context");

            _context = context;
        }
        public CopiedFileReferenceRepository(IDropbox2EolContext context)
        {
            if (context == null) throw new ArgumentNullException("context");

            _context = context;
        }