public Task <ISolutionItem?> CreateSolutionItem()
 {
     return(tableOpenService.TryCreate(definition));
 }