internal ActionResult ResourceUpsert(Guid anyGuid, TestCreationDto testCreationDto)
 {
     return(base.ResourceUpsert(anyGuid, testCreationDto));
 }
 internal IActionResult ResourceCreate(TestCreationDto testCreationDto)
 {
     return(base.ResourceCreate(testCreationDto));
 }