/// <summary>
 ///
 /// </summary>
 public Repository(WebSshDbContext context, ICacheWrapper cache)
 {
     _dbContext = context;
     _cache     = cache;
 }
 /// <summary>
 ///
 /// </summary>
 public UnitOfWork(WebSshDbContext dbContext, ICacheWrapper cache)
 {
     _dbContext = dbContext;
     _cache     = cache;
 }