internal UnitOfWork(DbContextOption option) : this(DbContextFactory.Create(option))
 {
     this.RepositoryType = option.RepositoryType;
 }