public HasLayoutsWithSectionModel Get(HasLayoutsWithSectionInput input)
 {
     return new HasLayoutsWithSectionModel {Message = "Hello from endpoint"};
 }
 public HasLayoutsWithSectionModel Get(HasLayoutsWithSectionInput input)
 {
     return(new HasLayoutsWithSectionModel {
         Message = "Hello from endpoint"
     });
 }