namespace FortranWebApi.Models { public class FortranRequestWrapper { public string Text { get; set; } = string.Empty; } }