public CoberturaSteps(Context context)
 {
     this.context = context;
 }
 public PackageSteps(Context context)
 {
     this.context = context;
 }
 public CoverageDataSteps(Context context)
 {
     this.context = context;
 }