using Femto.Common; namespace Femto.Api; internal class CurrentUserContext : ICurrentUserContext { public CurrentUser? CurrentUser { get; } }