public ExampleDTO GetExample(int id) { var example = studioService.GetExample(id); return(example); }