Add the HubMethodNameAttribute on your interface method.
public interface IBroadcastHub { [HubMethodName("Hello")] Task CurrentTimeAsync(DateTimeOffset time); }