private string GetDbContextContent()
 {
     return(FileHelper.GetFile(_dbContextPath, "CustomDbContext.cs"));
 }