I have the following code:
namespace Structs { public interface IUser { int age { get; set; } } public struct User : IUser {