namespace Jibo.Runtime.Abstractions; public interface ICapability { string Name { get; } }