public VIPClass(writtingIntoFile thewirttingIntoFile, connectingToDB theconnectiongToDb)
 {
     throw new NotImplementedException();
 }
 public AclassWithDependentConstructor()
 {
     var ThewirttingIntoFile = new writtingIntoFile();
     var TheconnectiongToDB = new connectingToDB();
     vipClass = new VIPClass(ThewirttingIntoFile, TheconnectiongToDB);
 }