namespace System; interface IParseable { public static Result Parse(StringView val); } interface IParseable { public static Result Parse(StringView val); }