public CanGetMessages() { _fixture = new ChatFixture(); this._connection = _fixture.GetConnection(); }
public CanAddChats() { _fixture = new ChatFixture(); this._connection = _fixture.GetConnection(); }