using System;
using System.Collections.Generic;
using System.Linq;
using EntityFrameworkCore.Projectables;
using Foo;

namespace EntityFrameworkCore.Projectables.Generated
#nullable disable
{
    public static class Foo_C_NullableReferenceType
    {
        public static System.Linq.Expressions.Expression<System.Func<object, string>> Expression()
        {
            return (object input) => 
                (string)input;
        }
    }
}